go/types.typeWriter.tpSubscripts (field)

5 uses

	go/types (current package)
		format.go#L44: 			w.tpSubscripts = tpSubscripts
		format.go#L50: 			w.tpSubscripts = tpSubscripts
		format.go#L63: 			w.tpSubscripts = tpSubscripts
		typestring.go#L77: 	tpSubscripts bool           // if set, write type parameter indices as subscripts
		typestring.go#L321: 			if w.tpSubscripts || w.ctxt != nil {